home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / deathstar.b < prev    next >
Text File  |  1995-07-02  |  218b  |  8 lines

  1. #define death_width 16
  2. #define death_height 16
  3. static short death_bits[] = {
  4.    0x0000, 0x03e0, 0x0f98, 0x1f6c,
  5.    0x3f56, 0x3f56, 0x7fb7, 0x7fcf,
  6.    0x2222, 0x7fff, 0x7fff, 0x3ffe,
  7.    0x3ffe, 0x1ffc, 0x0ff8, 0x03e0};
  8.